-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Arm64] ASIMD InsertScalar and rename to ShiftLeftAndInsert ShiftRightAndInsert #38680
[Arm64] ASIMD InsertScalar and rename to ShiftLeftAndInsert ShiftRightAndInsert #38680
Conversation
…r in Vector128.cs
…lAndInsertScalar->ShiftLeftAndInsertScalar, ShiftRightLogicalAndInsertScalar->ShiftRightAndInsertScalar in hwintrinsiclistarm64.h
…lAndInsertScalar->ShiftLeftAndInsertScalar, ShiftRightLogicalAndInsertScalar->ShiftRightAndInsertScalar in AdvSimd.cs AdvSimd.PlatformNotSupported.cs
…Simd.PlatformNotSupported.cs
Tagging subscribers to this area: @tannergooding |
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
@CarolEidt @tannergooding @TamarChristinaArm PTAL cc @kunalspathak for changes in WithLower and WithUpper |
src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm/AdvSimd/InsertScalar.Vector128.Double.1.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implements InsertScalar and uses them to implement Vector128<T>.WithLower and Vector128<T>.WithUpper
Renames ShiftLeftLogicalAndInsert to ShiftLeftAndInsert and ShiftRightLogicalAndInsert to ShiftRightAndInsert as per Implement Shift and Inserts scalar and SIMD intrinsics. #36818 (comment)
Fixes #38137
I attached JitDisasm for PMI-d System.Private.CoreLib.dll for Vector128<T>.WithLower and Vector128<T>.WithUpper
System.Private.CoreLib-PMI+JitDisasm.txt